NamedObjectCollection<TItem,TContainer> Class
Represents a strongly typed list of objects that can be accessed by index or string key.
public class NamedObjectCollection<,>
where TItem: GrapeCity.Spreadsheet.NamedObjectCollection/IItemIItemItemtememm<TItem,TContainer>
where TContainer: GrapeCity.Spreadsheet.NamedObjectCollection/IContainerIContainerContainerontainerntainertainerainerinernererr<TItem,TContainer>
'Declaration
Public Class NamedObjectCollection
(Of As GrapeCity.Spreadsheet.NamedObjectCollection/IItemIItemItemtememm(Of TItem,TContainer),
As GrapeCity.Spreadsheet.NamedObjectCollection/IContainerIContainerContainerontainerntainertainerainerinernererr(Of TItem,TContainer))
- TItem
- The type of elements in the list.
- TContainer
- The type of the container which contains this list.
System.Object
GrapeCity.Spreadsheet.NamedObjectCollection<TItem,TContainer>